Skip to content

feat: add Kobiton as a device provider#261

Open
sushmakannedari05 wants to merge 1 commit intoempirical-run:mainfrom
sushmakannedari05:feat/kobiton-provider
Open

feat: add Kobiton as a device provider#261
sushmakannedari05 wants to merge 1 commit intoempirical-run:mainfrom
sushmakannedari05:feat/kobiton-provider

Conversation

@sushmakannedari05
Copy link
Copy Markdown

Adds Kobiton as a supported device provider in Appwright, alongside the existing BrowserStack and LambdaTest integrations.

Changes
src/providers/kobiton/index.ts - KobitonDeviceProvider class implementing the DeviceProvider interface
src/providers/kobiton/utils.ts - getAuthHeader() helper using KOBITON_USERNAME / KOBITON_API_KEY
src/providers/index.ts - registered "kobiton" in the provider switch
src/types/index.ts - added KobitonConfig type and included it in the DeviceConfig union
docs/config.md - documented Kobiton provider and required env vars
README.md - added Kobiton to the provider list and sample config
Testing
Android - tested end-to-end on real Kobiton device (Galaxy S22, Android 16) - app upload, session creation, Wikipedia test passing
iOS - code path is identical to Android but not run end-to-end as the sample wikipedia_ios.zip is a simulator build; real device testing requires a signed .ipa
Notes
App upload uses Kobiton's 3-step S3 flow: POST /apps/uploadUrl -> PUT to S3 -> POST /apps
buildPath accepts either a local file path (auto-uploads) or kobiton-store:v{versionId} to skip upload

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 9, 2026

⚠️ No Changeset found

Latest commit: 8ffeda7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant